projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8616fc
)
Fix the prototype for xfree.
author
Eli Zaretskii
<eliz@is.elta.co.il>
Fri, 30 Jan 2004 17:10:02 +0000
(17:10 +0000)
committer
Eli Zaretskii
<eliz@is.elta.co.il>
Fri, 30 Jan 2004 17:10:02 +0000
(17:10 +0000)
src/alloca.c
patch
|
blob
|
history
diff --git
a/src/alloca.c
b/src/alloca.c
index 460d0ae9a54438a7da1450bdd03b08af1f92ca88..e8c8319adc49d8f412d06916cc31ade00e9065c5 100644
(file)
--- a/
src/alloca.c
+++ b/
src/alloca.c
@@
-100,7
+100,7
@@
typedef POINTER_TYPE *pointer;
# define free xfree
void *xmalloc _P ((size_t));
-void xfree _P ((void *))
+void xfree _P ((void *))
;
/* Define STACK_DIRECTION if you know the direction of stack
growth for your system; otherwise it will be automatically